Tags: python cli*

0 bookmark(s) - Sort by: Date ↓ / Title /

  1. marcoantap writes about RevAPK, a Python CLI tool managed by Pixi that facilitates Android APK reverse engineering. It can search Google Play and download free applications while preserving original signatures by avoiding the merging or re-signing of split archives. The utility employs Apktool for resource decoding and JADX to emit readable Java code from Smali files.

    - Preserves data integrity using SHA-256 provenance in a manifest.json file.
    - Automates the installation of necessary environments including Python, Java, Apktool, and JADX via Pixi.
    - Maintains original signature states by avoiding APK merging during analysis.
  2. A zero-dependency Python CLI tool designed to provide AI coding agents with persistent session memory. It solves the problem of context window degradation and the "lost in the middle" phenomenon by allowing agents to perform efficient, read-only recalls from local SQLite session stores. Instead of burning thousands of tokens on project exploration or re-orientation, auto-memory enables targeted retrieval of recent files and task history using minimal token overhead.
    Key features and technical details:
    - Zero dependencies using only Python standard libraries.
    - Read-only access to Copilot CLI's local SQLite database to ensure safety.
    - Progressive disclosure mechanism ranging from cheap scans (~50 tokens) to full session details.
    - Schema-aware design with built-in validation for tool updates.
    - Compatible with GitHub Copilot CLI, Claude Code, Cursor, and other instruction-file supporting agents.

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: tagged with "python cli"

About - Propulsed by SemanticScuttle